home *** CD-ROM | disk | FTP | other *** search
/ Digital Information Mana…ntial Guide to Multimedia / Digital Information Management - An Essential Guide to Multimedia.iso / Audacity / README.txt < prev   
Text File  |  2006-05-16  |  29KB  |  806 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 1.2.4
  4. For changelog, see the bottom of this document.
  5.  
  6. WWW:   http://audacity.sourceforge.net/
  7.  
  8. Email: audacity-help@lists.sourceforge.net
  9.  
  10. Lead Developers:
  11.    Dominic Mazzoni (project leader)
  12.    Matt Brubeck
  13.    James Crook
  14.    Vaughan Johnson
  15.    Markus Meyer
  16.  
  17. Developers:
  18.    Joshua Haberman
  19.    Monty Montgomery
  20.    Shane Mueller
  21.  
  22. Contributors:
  23.    William Bland (Time Tracks)
  24.    Roger Dannenberg
  25.    Brian Gunlogson
  26.    Greg Mekkes
  27.    Abe Milde
  28.    Paul Nasca
  29.    Tony Oetzmann
  30.    Augustus Saunders  
  31.    Tom Woodhams
  32.  
  33. The Audacity Logo:
  34.    Harvey Lubin
  35.    http://www.agrapha.com/
  36.  
  37. Audacity is based on code from the following projects::
  38.    expat
  39.    FLAC
  40.    LAME
  41.    libmad
  42.    libsndfile
  43.    Nyquist
  44.    Ogg Vorbis
  45.    PortAudio
  46.    Resample
  47.    SoundTouch
  48.    wxWidgets
  49.  
  50. Special Thanks:
  51.    Richard Ash
  52.    Dave Beydler
  53.    Jason Cohen
  54.    Dave Fancella
  55.    Steve Harris
  56.    Daniel James
  57.    Daniil Kolpakov
  58.    Robert Leidle
  59.    Logan Lewis
  60.    David Luff
  61.    Jason Pepas
  62.    Mark Phillips
  63.    Jonathan Ryshpan
  64.    Patrick Shirkey
  65.    David R. Sky
  66.    Tuomas Suutari
  67.    Mark Tomlinson
  68.    David Topper
  69.    Rudy Trubitt
  70.    StreetIQ.com
  71.    Verilogix, Inc.
  72.  
  73. -------------------------------------------------------------
  74.  
  75. This program is free software; you can redistribute it and/or
  76. modify it under the terms of the GNU General Public
  77. License as published by the Free Software Foundation; either
  78. version 2 of the License, or (at your option) any later version.
  79.  
  80. This program is distributed in the hope that it will be useful,
  81. but WITHOUT ANY WARRANTY; without even the implied warranty of
  82. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  83. General Public License for more details.
  84.  
  85. You should have received a copy of the GNU General Public License
  86. along with this program (in a file called LICENSE.txt); if not, go
  87. to http://www.gnu.org/copyleft/gpl.html or write to 
  88.  
  89.   Free Software Foundation, Inc.
  90.   59 Temple Place - Suite 330
  91.   Boston, MA 02111-1307 USA
  92.  
  93. -------------------------------------------------------------
  94.  
  95. Source code to this program is always available; for more
  96. information visit our website at:
  97.  
  98.   http://audacity.sourceforge.net/
  99.  
  100. Audacity is built upon other free libraries; some of
  101. these libraries may have come with Audacity in the lib-src
  102. directory.  Others you are expected to install first if
  103. you want Audacity to have certain capabilities.  Most
  104. of these libraries are not distributed under the terms
  105. of the GPL, but rather some other free, GPL-compatible
  106. license.  Specifically:
  107.  
  108.   wxWidgets: LGPL
  109.     Cross-platform GUI library - must be downloaded and
  110.     compiled separately.
  111.  
  112.   expat: BSD-like license.
  113.     Provides XML parsing.  Included with Audacity
  114.  
  115.   iAVC: LGPL
  116.     Part of the code to the AVC Compressor effect.
  117.     Included with Audacity.
  118.  
  119.   libid3tag: GPL
  120.     Reads/writes ID3 tags in MP3 files.  Optional
  121.     separate download as part of libmad.
  122.  
  123.   libmad: GPL
  124.     Decodes MP3 files.  Optional separate download.
  125.  
  126.   libnyquist: BSD-like license.
  127.     Functional language for manipulating audio; available
  128.     within Audacity for effects processing.
  129.  
  130.   libogg: BSD-like license.
  131.     Optional separate download, along with libvorbis.
  132.  
  133.   libresample: LGPL
  134.     High-quality audio resampling.
  135.     
  136.   libsndfile: LGPL
  137.     Reads and writes uncompressed PCM audio files.
  138.     Included with Audacity.
  139.  
  140.   libvorbis: BSD-like license.
  141.     Decodes and encodes Ogg Vorbis files.  Optional
  142.     separate download.
  143.  
  144. For more information, see the documentation inside
  145. each library's source code directory.
  146.  
  147. -------------------------------------------------------------------------
  148. Additional copyright information:
  149. -------------------------------------------------------------------------
  150.  
  151. Nyquist
  152.  
  153. Copyright (c) 2000-2002, by Roger B. Dannenberg
  154. All rights reserved.
  155.  
  156. Redistribution and use in source and binary forms, with or without
  157. modification, are permitted provided that the following conditions are met:
  158.  
  159. Redistributions of source code must retain the above copyright notice, this
  160. list of conditions and the following disclaimer.
  161.  
  162. Redistributions of source code must retain the copyright notice, the
  163. list of conditions, and the disclaimer, all three of which appear below under
  164. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP."
  165.  
  166. Redistributions in binary form must reproduce the above copyright notice, this
  167. list of conditions and the following disclaimer in the documentation and/or
  168. other materials provided with the distribution.
  169.  
  170. Redistributions in binary form must reproduce the copyright notice, the
  171. list of conditions, and the disclaimer, all three of which appear below under
  172. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP," in the documentation and/or
  173. other materials provided with the distribution.
  174.  
  175. Neither the name of Roger B. Dannenberg, Carnegie Mellon University, nor the 
  176. names of any contributors may be used to endorse or promote products derived 
  177. from this software without specific prior written permission.
  178.  
  179. COPYRIGHT AND LICENSE INFORMATION FOR XLISP (part of Nyquist):
  180.  
  181. Copyright (c) 1984-2002, by David Michael Betz
  182. All rights reserved.
  183.  
  184. Redistribution and use in source and binary forms, with or without
  185. modification, are permitted provided that the following conditions are met:
  186.  
  187. Redistributions of source code must retain the above copyright notice,
  188. this list of conditions and the following disclaimer. 
  189.  
  190. Redistributions in binary form must reproduce the above copyright notice, this
  191. list of conditions and the following disclaimer in the documentation and/or
  192. other materials provided with the distribution.
  193.  
  194. Neither the name of David Michael Betz nor the names of any contributors may be
  195. used to endorse or promote products derived from this software without specific
  196. prior written permission.
  197.  
  198. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND
  199. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  200. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  201. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  202. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  203. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  204. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  205. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  206. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  207. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  208.  
  209. -------------------------------------------------------------
  210.  
  211. Compilation instructions:
  212.  
  213. First you must download wxWidgets from:
  214.  
  215.   http://www.wxWidgets.org/
  216.  
  217. If you install the RPM, make sure you install the devel RPM
  218. as well, otherwise, you won't be able to compile Audacity
  219. from source.
  220.  
  221. To compile on Linux, Mac OS X, and other Unix systems,
  222. simply execute these commands:
  223.  
  224.   ./configure
  225.   make
  226.   make install  # as root
  227.  
  228. To see compile-time options you can set, you can type
  229. "./configure --help".
  230.   
  231. If you want to do any development, you might want to generate
  232. a configure cache and header dependencies:
  233.  
  234.   ./configure -C
  235.   make dep
  236.  
  237. To compile on Windows using MSVC++, please follow the
  238. instructions found in compile.txt in the "win" subdirectory.
  239.  
  240. For more information on compilation (CodeWarrior for Mac is
  241. also supported) please email audacity-help@lists.sourceforge.net
  242.  
  243. -------------------------------------------------------------
  244.  
  245. Known issues/problems:
  246.  
  247.   * Audacity can import and display MIDI files, but they cannot be played
  248.     or edited.
  249.  
  250.   * Windows only: If you installed one of the 1.1.x beta versions,
  251.     you must uninstall it before installing Audacity 1.2.
  252.     (You do not need to uninstall earlier 1.2 or 1.0 releases.)
  253.  
  254.   * Linux only: Recording in full duplex on some Linux systems causes
  255.     mono recordings to sound slowed-down or low-pitched.  To work around
  256.     this problem, set Audacity to record in stereo.
  257.  
  258.   * Mac OS X only: Audacity cannot work with files or folders that
  259.     are contained inside folders with international characters
  260.     (accent marks, etc.) in their names.  Note that files with
  261.     accented characters work, and Audacity projects with
  262.     accented characters work.  Only files inside of folders
  263.     with accented characters in their names will cause problems.
  264.  
  265. -------------------------------------------------------------
  266.  
  267. Changes in 1.2.4:
  268.  
  269.   * The File menu now includes a list of recent files.
  270.  
  271.   * The "Generate Silence" effect now prompts for a length.
  272.  
  273.   * Audacity is now built with Vorbis 1.1, which features better encoding
  274.     quality and file compression.
  275.  
  276.   * Dragging sound files into the Audacity window now works on Mac OS X
  277.     and Linux, as well as Windows.  (Before, it worked only on Windows.)
  278.  
  279.   * Better support for certain audio devices on Mac OS X 10.4 "Tiger"
  280.  
  281.   * The "View History" window can now discard old undo levels to save disk
  282.     space on Windows.  (This previously worked only on Linux and Mac.)
  283.  
  284.   * "Preferences" command is now in Edit menu.
  285.  
  286.   * "Plot Spectrum" command is now in Analyze menu.
  287.  
  288.   * Opening a project file saved by a later version of Audacity displays
  289.     an intelligent error message.  Also, trying to import a project file
  290.     (instead of open it) displays an intelligent error message.
  291.  
  292.   * Audacity now compiles in Visual C++ .NET 2003.
  293.  
  294.   * Other minor bug fixes.
  295.  
  296.   * New or updated translations: Arabic (ar), Czech (cs), Finnish (fi),
  297.     Hungarian (hu), Japanese (ja), Norwegian (nb), Slovenian (sl), 
  298.     Simplified Chinese (zh_CN), Traditional Chinese (zh_TW).
  299.  
  300. Changes in 1.2.3:
  301.  
  302.   * Fixed a bug that caused recording to stop or display incorrectly
  303.     after about 50 minutes on some Windows systems.  (This was partly
  304.     fixed in Audacity 1.2.2, but still didn't work on some systems.)
  305.  
  306.   * The Change Pitch and Change Tempo effects have been upgraded to
  307.     use a new version of the SoundTouch library by Olli Parviainen,
  308.     with better speed and higher quality.
  309.  
  310.   * libsndfile has been upgraded to version 1.0.11.
  311.  
  312.   * Fixed a bug that caused the program to run slowly when using the
  313.     Envelope tool.
  314.  
  315.   * Shift-clicking on a mute or solo button now un-mutes (or un-solos)
  316.     all other tracks.
  317.  
  318.   * Nyquist plug-ins can now accept strings as input.  Also, a "Debug"
  319.     button has been added to Nyquist effect dialogs, which allows you
  320.     to see all of the output produced by Nyquist, for aid in debugging.
  321.  
  322.   * When the audio file referenced ("aliased") by an Audacity project is
  323.     missing, Audacity will now always play silence.  Before, Audacity
  324.     would sometimes repeat the most recent audio that was played previously.
  325.  
  326.   * VU Meters will now always reset when audio I/O has stopped.
  327.  
  328.   * Fixed a major Mac-only bug that was causing Audacity to crash at seemingly
  329.     random times, but especially during audio playback and recording.
  330.  
  331.   * New or updated translations: Italian (it), Hungarian (hu),
  332.     Ukrainian (uk), Spanish (es). Polish (pl), Simplified Chinese (zh),
  333.     Norsk-Bokmal (nb), French (fr).
  334.  
  335. Changes in 1.2.2:
  336.  
  337.   * VU Meters added for both playback and recording.  Click on
  338.     the recording meter to monitor the input without recording.
  339.  
  340.   * Export Multiple - new feature that lets you export multiple
  341.     files at once, either by track, or split based on labels.
  342.  
  343.   * Attempt to automatically correct latency in full-duplex recordings.
  344.     (This does not work perfectly, and is not yet supported on all
  345.     systems.  It will improve in future versions.)
  346.  
  347.   * Fixed a serious bug that could cause data loss when you save and
  348.     then reload and re-edit an Audacity project containing repeated
  349.     or duplicate data.
  350.  
  351.   * MP3 tags dialog will only pop up the first time you export as
  352.     MP3; after that it will not pop up again as long as you have
  353.     filled in at least one tag.
  354.  
  355.   * You can now add a label at the current playback position - in
  356.     the Project menu, with a shortcut of Ctrl+M.
  357.  
  358.   * Clicking on a label now selects all of the tracks, making it
  359.     easier to use the label track to recall selections.
  360.  
  361.   * Windows: Fixed a crash in the Time Track "Set Rate" command.
  362.  
  363.   * Fixed a bug that caused problems with recordings over 45 minutes
  364.     on some Windows systems.
  365.  
  366.   * Mac OS X: Improved support for the Griffin iMic by fixing a bug
  367.     that was causing it to always record in mono instead of stereo.
  368.  
  369.   * Added support for Software Playthrough (listen to what you're
  370.     recording while recording it, or while monitoring using a VU
  371.     meter) - this makes it possible, for example, to record using one
  372.     audio device while listening to it play through a separate device.
  373.  
  374.   * Unix/Linux: Fixed freeze caused by captured mouse when audio
  375.     device hangs.  (Audacity may not respond, but it will no longer
  376.     freeze all of X.)
  377.  
  378.   * Fixed a cosmetic bug that caused improper waveform display if
  379.     you tried to open an Audacity project saved on a different
  380.     platform (e.g., copying a project from a Mac to a PC).
  381.  
  382.   * Fixed bug that could cause instability when pasting, splitting,
  383.     or duplicating a label track.
  384.  
  385.   * You can now change the font of a label track by choosing "Font..."
  386.     from the label track's pop-up menu.
  387.  
  388.   * Basic printing support has been added.  Currently it scales the
  389.     entire project to fit exactly on one page.  Try printing in
  390.     landscape orientation for best results.
  391.  
  392.   * Mac OS X and Windows: Audacity ships with a newer version (1.0.1)
  393.     of the Ogg Vorbis encoder.  Vorbis compression will now have higher
  394.     quality and smaller file sizes.
  395.  
  396.   * Fix a bug that occasionally caused crashes when applying effects
  397.     to split tracks.
  398.  
  399.   * Zoom In / Zoom Out now properly disable when they're not available.
  400.  
  401.   * Fixed disk memory leak in Preview
  402.  
  403.   * Other minor bug fixes and performance improvements.
  404.  
  405. Changes in 1.2.1:
  406.  
  407.   * The following translations have been added or updated:  Finnish,
  408.     French, Hungarian, Italian, Japanese, Norwegian, Polish, Russian.
  409.  
  410.   * Fix a bug that could cause data to be lost when pasting audio
  411.     from one project into another, after the first project has been
  412.     saved and closed.
  413.  
  414.   * Fix a possible crash when opening or resizing the Equalization
  415.     window, especially when using large system fonts.
  416.  
  417.   * Don't allow percentages less than -100% in Change Pitch/Speed/Tempo
  418.     effects (fixes a possible crash).
  419.  
  420.   * Fix a crash when the temporary directory is not available on startup.
  421.  
  422.   * Correctly load ID3 tags saved in Audacity project files.
  423.  
  424.   * On Linux and OS X, store lockfiles in the temp directory instead of
  425.     the user's home directory.  This fixes problems in lab environments
  426.     where users have restricted or network-mounted home directories.
  427.  
  428.   * Fix a bug that prevented Nyquist effects from running when certain
  429.     regional settings were activated.
  430.  
  431.   * Fix a bug in the Quick Mix command that could cause old temporary
  432.     files to not be deleted.
  433.  
  434.   * Linux: Fix endianness problems in playback on PowerPC.
  435.  
  436.   * Linux: Fix compilation problem in Nyquist on MIPS.
  437.  
  438.   * Linux: Include a more recent PortAudio v19 snapshot (fixes compilation
  439.     problems when building with the --with-portaudio=v19 option).
  440.  
  441.   * Two new Nyquist plug-ins: "Cross Fade In" and "Cross Fade Out."
  442.   
  443.   * Other minor bug-fixes.
  444.  
  445. Changes in 1.2.0:
  446.  
  447.   * New cross-fade effects.
  448.  
  449.   * Fix problem where samples were drawn in the wrong position
  450.     when zoomed all the way in.  This caused the drawing tool
  451.     to move a different sample than the one under the cursor.
  452.  
  453.   * Don't use id3v2.4 tags, which are not yet supported by
  454.     most players.  (This was fixed in 1.2.0-pre2, but appeared
  455.     again by accident in 1.2.0-pre3.)
  456.  
  457.   * Correctly display translated messages in the status bar.
  458.  
  459.   * When the cursor is on-screen, the Zoom In button now zooms
  460.     to the area around the cursor.
  461.  
  462.   * Mac OS X: Fixed audio problems on the Apple PowerMac G5.
  463.  
  464.   * Linux/ALSA: Work around a bug in ALSA's OSS emulation that
  465.     caused Audacity's playback cursor to move too quickly.
  466.  
  467.   * Microsoft Windows: The Audacity source code should now
  468.     compile out of the box on Windows.
  469.  
  470.   * Many new/updated translations.
  471.  
  472. Changes in 1.2.0-pre4:
  473.  
  474.   * Fixed problems that could occur when importing certain
  475.     non-seekable PCM audio files, such as GSM610.
  476.  
  477.   * Fixed bug that was causing the samples to shift off-screen
  478.     horizonally when zoomed in very far and the track had a
  479.     time-shift offset.
  480.  
  481.   * Fixed bugs in the new resampler that added noise to resampled
  482.     audio on some systems. If you experienced noise when exporting
  483.     to a WAV, MP3 or OGG file you may have been bitten by this bug.
  484.   
  485.   * Fixed bug that led to occasional crashes when using the
  486.     time-shift tool in conjunction with high zoom factors.
  487.     
  488.   * Dithering is now only applied on export when it is really
  489.     necessary (e.g. when converting float samples to 16-bit).
  490.     
  491.   * Files that only contain mono tracks are now automatically
  492.     exported to stereo files when they contain tracks which are
  493.     panned to the left or the right.
  494.     
  495.   * The Delete key can now be used to delete the current selection,
  496.     in addition to the Backspace key.
  497.  
  498.   * Fixed bug where Audacity didn't ask whether to save 
  499.     changes if you close the project or exit while recording.
  500.  
  501.   * Mac OS X: Supports Playthrough (listen to what you're recording
  502.     while recording it) if your hardware device supports it.
  503.  
  504.   * Mac OS X: Audacity is now a package (you can right-click on
  505.     Audacity.app and select 'Show Package Contents').  Launch time
  506.     has improved significantly.
  507.  
  508.   * MS Windows: Fixed problem that caused Windows XP to use 
  509.     the short name of a file ("TESTFI~1.AUP"), which led to 
  510.     problems when the file was later opened again using the 
  511.     long file name.
  512.     
  513.   * MS Windows: Fixed bug that caused file exports to fail 
  514.     if the destination directory was the root folder of a 
  515.     Windows drive.
  516.  
  517.   * MS Windows: Audacity's application information which 
  518.     is written to the Windows registry now always contains 
  519.     the full path to the executable. 
  520.  
  521.   * MS Windows: Fixed problems in trying to set the Windows 
  522.     registry as non-admin user, for file-type associations.
  523.  
  524.   * Make sure the "Save" command is enabled after changing
  525.     gain and pan sliders.
  526.  
  527.   * Updated translations.  Added translator credits to the
  528.     "About" window in localized versions.
  529.  
  530. Changes in 1.2.0-pre3:
  531.  
  532.   * Fixed bug where Export is grayed out when nothing is
  533.     selected.
  534.  
  535.   * Fixed crash caused by opening Audacity on a computer with
  536.     a high-end sound card with no mixer support.
  537.  
  538.   * Fixed crash in Import Raw.
  539.  
  540.   * Fixed New Stereo Track.
  541.  
  542.   * Cosmetic fixes for Mac OS X.
  543.  
  544.   * Support for the VST Enabler on Windows added.
  545.  
  546.   * Fixed crash if you close Audacity while the Preferences
  547.     dialog is open.
  548.  
  549.   * Fixed duplicate-character bug in Mac OS X Label Tracks.
  550.  
  551.   * The recording level control on Linux now adjusts the IGAIN,
  552.     rather than the playthrough level of the recording source.
  553.  
  554.   * Fixed bug that caused corruption to 16-bit stereo recordings.
  555.  
  556.   * Fixed bug that caused data loss if you deleted all tracks in
  557.     a saved project and then open a new file into the same window.
  558.  
  559.   * Added support for alternate audio button order (in Interface
  560.     preferences)
  561.  
  562.   * Added preliminary support for wxX11
  563.  
  564.   * Added fully transparent Windows XP icon
  565.  
  566.   * Fixed crash if you try to record (or play) and no audio
  567.     devices exist, or if the audio device doesn't support the
  568.     mode you selected.
  569.  
  570.   * Audacity no longer sets the process priority to high while
  571.     recording on Windows.  Users can still do this manually
  572.     using the Task Manager.
  573.  
  574.   * Fixed bug that caused last ~100 ms of the selection to get
  575.     cut off on Windows.
  576.  
  577.   * Fixed FFT Filter and Equalization effects dialogs.
  578.  
  579.   * Fixed bugs in Unix build system (DESTDIR in locale directory,
  580.     choosing libsamplerate instead of libresample)
  581.  
  582.   * Support for LADSPA plug-ins on Windows added, and 
  583.     three open source LADSPA plug-ins ported to Windows
  584.     (GVerb reverb, SC4 compressor, and Hard Limiter)
  585.  
  586. Changes in 1.2.0-pre2:
  587.  
  588.   * Online help completed.  The full manual is nearly complete
  589.     and will be posted to the website for online browsing shortly.
  590.  
  591.   * Audacity will no longer let you do unsafe editing operations
  592.     while playing or recording.  This eliminates many potential
  593.     crashes.
  594.  
  595.   * Fixed ability to cancel Quit button.
  596.  
  597.   * New resampling library, with no restrictions on the maximum or
  598.     minimum rate of resampling.
  599.  
  600.   * Audacity now supports LADSPA plug-ins on all platforms, and
  601.     supports VST plug-ins through an optional LADSPA plug-in
  602.     called the "VST Enabler", which you can download separately.
  603.     Because of licensing issues, Audacity cannot be distributed
  604.     with VST support built-in.
  605.  
  606.   * Mac OS X keyboard shortcut problems have been fixed.
  607.  
  608.   * Mac OS X audio muting problems have been fixed.
  609.  
  610.   * Mac OS X playback/recording cursor sync problems have been fixed.
  611.  
  612.   * Silence now displays a straight line again, instead of nothing.
  613.  
  614.   * Added a vertical ruler to the Waveform dB display.
  615.  
  616.   * Fixed crash in Change Pitch.
  617.  
  618.   * You can now Paste if nothing is selected.
  619.  
  620.   * Canceling an Import operation doesn't cause an extra error
  621.     dialog to appear.
  622.  
  623.   * Audacity now handles filenames with international characters
  624.     correctly.
  625.  
  626.   * Now outputs ID3v2.3 tags (instead of ID3v2.4), to be
  627.     compatible with more MP3 players.
  628.  
  629.   * Minor improvements to build system on Unix systems.
  630.  
  631. New features in Audacity 1.2:
  632.   * User Interface
  633.     - Vertical zooming of tracks.
  634.     - Improved look and placement of toolbars.
  635.     - New custom mouse cursors.
  636.     - Complete implementation of editable keyboard shortcuts.
  637.     - Find zero-crossings.
  638.     - Mouse wheel can be used to zoom in and out.
  639.     - Multi-Tool mode.
  640.     - Amplify using envelope.
  641.     - Labels can store selections (like Audacity 1.0.0).
  642.  
  643.   * Effects
  644.     - Repeat Last Effect command
  645.     - Improved VST plug-in support
  646.     - Most effects now have a Preview button
  647.     - Compressor (Dynamic Range Compressor)
  648.     - Change Pitch (without changing tempo)
  649.     - Change Tempo (without changing pitch)
  650.     - Change Speed (changing both pitch and tempo)
  651.     - Repeat (useful for creating loops)
  652.     - Normalize (adjust volume and DC bias)
  653.  
  654.   * Audio I/O
  655.     - 1-second preview command.
  656.     - Looped play.
  657.  
  658.   * File I/O
  659.     - Audacity 1.2.0 opens project files from all previous versions
  660.       of Audacity from 0.98 through 1.1.3.
  661.     - Open multiple files from the same dialog.
  662.     - Use a text file to specify a list of audio files to open with offsets.
  663.  
  664.   * Updated user manual
  665.  
  666.   * Bug fixes
  667.     - Project files with special characters are no longer invalid.
  668.     - "Scratchy" noises caused by bad clipping are fixed.
  669.     - Audacity no longer exports invalid Ogg files, and does not cut off the
  670.       last few seconds of exported Ogg files.
  671.     - Mono MP3 files now export at the correct speed.
  672.     - Many incorrect results from the Envelope tool have been fixed.
  673.     - The "Export Labels" command now overwrites existing files correctly.
  674.     - The "Plot Spectrum" window displays the correct octave numbers for
  675.       notes.
  676.     - Several memory leaks are fixed.
  677.  
  678. New features in Audacity 1.1.3:
  679.   * User Interface
  680.     - New Mixer toolbar allows you to control the output
  681.       volume, input volume, and input source directly
  682.       from Audacity.
  683.     - Every track now has its own gain and pan controls.
  684.  
  685.   * File I/O
  686.     - Uses improved project file format.  (Unfortunately reading
  687.       previous formats, including 1.1.1, is not supported.)
  688.     - Block files (stored in Audacity project directories) now
  689.       use the standard AU format.  Though some Audacity
  690.       meta-information is in these files, they can now be
  691.       read by many other popular audio programs as well.
  692.     - Fixed some bugs relating to reading/writing audio
  693.       files with more than 16 bits per sample.
  694.     - Import RAW is functional again, with a simpler GUI
  695.       but support for far more file formats.  The
  696.       autodetection algorithms are much more accurate than
  697.       in 1.0.
  698.  
  699.   * Audio I/O
  700.     - Completely rewritten audio I/O, with lower latency
  701.       and minimal chance of buffer underruns while
  702.       recording.
  703.  
  704.   * Resampling
  705.     - Using high quality resampling algorithms, with the
  706.       option of better quality for mixing than for real-time
  707.       playback
  708.  
  709.     - Preliminary support for Time Tracks, for changing
  710.       playback speed over time.
  711.  
  712.   * Many more bug fixes and new features
  713.  
  714. New features in Audacity 1.1.2:
  715.   * User Interface
  716.     - Fixed bug in Windows version, for track menu commands 
  717.       "Name..." and "Split Stereo Track"/"Make Stereo Track".
  718.   * Effects
  719.     - Nyquist support on Windows (supports plug-ins written 
  720.       in Nyquist, an interpreted functional language based 
  721.       on Lisp).
  722.  
  723. New features in Audacity 1.1.1:
  724.  
  725.   * User Interface
  726.     - Tooltips appear in Statusbar.
  727.     - Vertical cursor follows play/record
  728.     - Pause button
  729.     - Drawing tool (with three different modes)
  730.     - Vertical Resizing of stereo tracks is more fun.
  731.     - Adjust selection by click-dragging selection boundary
  732.     - Toolbar button context-sensitive enabling/disabling
  733.     - Better zooming functionality (centers region)
  734.     - Multiple ways to display the cursor position and selection
  735.     - Snap-to selection mode
  736.     - Drag tracks up and down
  737.     - Align and group align functions
  738.     - Cursor save/restore
  739.     - Working history window
  740.   * Effects
  741.     - Effects broken down into three menus: Generate, Effect, and
  742.       Analyze
  743.     - Generate menu lets you generate silence, noise, or a tone
  744.     - Nyquist support (supports plug-ins written in Nyquist,
  745.       an interpreted functional language based on Lisp)
  746.   * Localization
  747.     - Improved localization support
  748.     - More languages available
  749.     - Language selection dialog on startup
  750.   * Mac OS X
  751.     - Support for more audio hardware
  752.     - Support for full-duplex (play while recording)
  753.     - Support for MP3 exporting using LameLib Carbon
  754.   * Unix
  755.     - Audacity now has a man page (it describes command-line
  756.       options and how to set the search path)
  757.   * File Formats
  758.     - Uses libsndfile 1.0, which fixes some bugs and
  759.       improves performance
  760.   * Searching for Files:
  761.     - On Windows and Mac OS, Audacity now looks for
  762.       translations in the "Languages" folder and all plug-ins
  763.       in the "Plug-ins" folder, relative to the program.
  764.     - On Unix, Audacity looks for translations in
  765.       <prefix>/share/locale and looks for everything else
  766.       in <prefix>/share/audacity and also in any paths in
  767.       the AUDACITY_PATH environment variable
  768.  
  769. New features in Audacity 1.1.0:
  770.  
  771.   * Core audio processing:
  772.     - Support for 24-bit and 32-bit sample formats
  773.     - Automatic real-time resampling (using linear
  774.         interpolation)
  775.   * Effects:
  776.     - Support LADSPA plugins on Linux / Unix
  777.   * File formats:
  778.     - New XML-based Audacity project format
  779.     - Full Ogg Vorbis support now (importing and exporting)
  780.     - Export to any command-line programs on Unix
  781.     - Support for reading and writing many more types of
  782.         uncompressed audio files, including ADPCM WAV files.
  783.   * Toolbars
  784.     - New toolbar drawing code; automatically adopts your
  785.         operating system's colors
  786.     - New toolbar buttons (Skip to Start, Skip to End)
  787.     - New Edit toolbar
  788.     - Toolbar buttons disable when they're not available
  789.   * User Interface
  790.     - Fully customizable keyboard commands
  791.     - Autoscroll while playing or recording
  792.     - New Ruler, used in main view and in
  793.         FFT Filter effect
  794.     - The waveform now displays the average value in a lighter
  795.         color inside the peak values
  796.   * Localization
  797.     - Audacity can now be localized to different foreign
  798.       languages.
  799.  
  800. New libraries in Audacity 1.1:
  801.  
  802.   * libmad for fast MP3 importing
  803.   * libid3tag for editing MP3 file information
  804.   * libsndfile to read and write more audio file formats
  805.   * PortAudio for cross-platform audio playing and recording
  806.